home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Mail
/
sendmail-8.7_5
/
sendmail.pkg
/
sendmail.post_install
< prev
next >
Wrap
Text File
|
1996-01-07
|
462b
|
17 lines
#!/bin/csh
# sendmail.post_install
#
# Copyright 1995-1996 Robert La Ferla, OPENSTEP/NEXTSTEP consultant.
#
chown root.kmem /usr/lib/sendmail
chmod 6555 /usr/lib/sendmail
rm -f /usr/bin/newaliases /usr/bin/mailq
rm -f /usr/ucb/newaliases /usr/ucb/mailq
ln -s /usr/lib/sendmail /usr/ucb/newaliases
ln -s /usr/lib/sendmail /usr/ucb/mailq
cp /dev/null /etc/sendmail/sendmail.st
chown root.kmem /etc/sendmail/sendmail.st
chmod 644 /etc/sendmail/sendmail.st
echo OK